GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-08T10:00:35.6001128+00:00",
"SubmitDate": "2026-06-08T10:00:35.6001128+00:00",
"ReportPeriodStart": "2026-06-08T10:00:35.6001128+00:00",
"ReportPeriodEnd": "2026-06-08T10:00:35.6001128+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "41d637c4-c01f-4016-ab8c-b39c110f6898",
"Rows": [
{
"ItemId": "909b77d0-f5da-4546-ae52-29b9d3e6552d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "909b77d0-f5da-4546-ae52-29b9d3e6552d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "41d637c4-c01f-4016-ab8c-b39c110f6898",
"Rows": [
{
"ItemId": "909b77d0-f5da-4546-ae52-29b9d3e6552d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "909b77d0-f5da-4546-ae52-29b9d3e6552d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7964dcc0-8231-4b07-80ec-b3b17baffc4e",
"7b072e06-d297-4765-bdd4-b53e133148b7"
],
"Approvers": [
"b1a03346-7e15-4606-a616-fdcb4ffc10b7",
"aa606b5f-f876-4e03-a392-6fa7f15d8d65"
],
"ApprovedBy": "6768459c-93b9-4405-a108-5206a1775d4b",
"ApprovalDate": "2026-06-08T10:00:35.6001128+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "998fbc3e-800e-49ed-9455-2389f2af7be0",
"id": "a24fff73-7eb6-4b60-b705-2fb198ac46a5",
"ConfigId": "561aaaa7-3c2d-45c2-9d3e-cae6c892fd1e"
},
{
"GenerationDate": "2026-06-08T10:00:35.6001128+00:00",
"SubmitDate": "2026-06-08T10:00:35.6001128+00:00",
"ReportPeriodStart": "2026-06-08T10:00:35.6001128+00:00",
"ReportPeriodEnd": "2026-06-08T10:00:35.6001128+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "41d637c4-c01f-4016-ab8c-b39c110f6898",
"Rows": [
{
"ItemId": "909b77d0-f5da-4546-ae52-29b9d3e6552d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "909b77d0-f5da-4546-ae52-29b9d3e6552d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "41d637c4-c01f-4016-ab8c-b39c110f6898",
"Rows": [
{
"ItemId": "909b77d0-f5da-4546-ae52-29b9d3e6552d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "909b77d0-f5da-4546-ae52-29b9d3e6552d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7964dcc0-8231-4b07-80ec-b3b17baffc4e",
"7b072e06-d297-4765-bdd4-b53e133148b7"
],
"Approvers": [
"b1a03346-7e15-4606-a616-fdcb4ffc10b7",
"aa606b5f-f876-4e03-a392-6fa7f15d8d65"
],
"ApprovedBy": "6768459c-93b9-4405-a108-5206a1775d4b",
"ApprovalDate": "2026-06-08T10:00:35.6001128+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "998fbc3e-800e-49ed-9455-2389f2af7be0",
"id": "a24fff73-7eb6-4b60-b705-2fb198ac46a5",
"ConfigId": "561aaaa7-3c2d-45c2-9d3e-cae6c892fd1e"
}
]